home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Sunday Times: The Month 2004 October
/
The Sunday Times - The Month 2004-10.iso
/
pc
/
assets
/
bespoke
/
kids
/
power.swf
/
scripts
/
frame_35
/
DoAction.as
Wrap
Text File
|
2004-09-02
|
458b
|
13 lines
stop();
Mouse.show();
countdownTimer.stopTimer();
countdownTimer._visible = false;
var levelTimeLeft = Math.ceil(countdownTimer.timeLeft * 0.001);
var levelTimeBonusTotal = levelTimeLeft * timeBonus;
var levelTotalScore = levels[currLevel].levelBonus + levelTimeBonusTotal;
levelBonusTxt = levels[currLevel].levelBonus;
timeLeftTxt = levelTimeLeft;
timeBonusTxt = timeBonus;
bonusTotalTxt = levelTimeBonusTotal;
animator.score = levelTotalScore;